home *** CD-ROM | disk | FTP | other *** search
/ TestDrive Windows 1993 Fall / TestDrive Windows 1993 Fall.iso / dbase / dtl / ad_call.cod < prev    next >
Encoding:
Text File  |  1993-03-09  |  339 b   |  12 lines

  1. //
  2. // Module Name: AD_CALL.COD - Menu_Act = 22
  3. // Selectors  : Bin_File, Bin_Parms
  4. // Description: to issue the dBASE CALL command
  5. // Syntax     : CALL <module name> [WITH <expc>/<memvar>]
  6. //
  7. *-- Desc:  Load/Call program - {Bin_File}
  8. LOAD {Bin_File}
  9. CALL {Bin_File}{if Bin_Parms} WITH "{Bin_Parms}"{endif}
  10. //
  11. // EOP AD_CALL.COD
  12.